home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / notify_signon < prev    next >
Encoding:
Text File  |  2001-03-21  |  474 b   |  16 lines

  1. Synopsis:
  2.    on [<modes>]notify_signon [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client detects that a nickname on its
  6.    internal NOTIFY list has signed on to irc.
  7.  
  8. Parameters:
  9.    $0    nickname that signon was detected for
  10.    $1    user@host of person signing on (if set(4) notify_userhost_automatic
  11.          is ON)
  12.  
  13. See Also:
  14.    notify(1); set(4) notify_userhost_automatic; on(5) notify_signoff
  15.  
  16.